chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31
Open
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Open
chore: 🐝 Update SDK - SDK Generation KOMBO-PYTHON 1.0.2#31kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
kombo-sdk-generator[bot] wants to merge 1 commit intomainfrom
Conversation
5ac11b9 to
8689d98
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
6cbabe8 to
5586fa5
Compare
e5b9f7b to
ba008ed
Compare
* `kombo.ats.get_roles()`: **Added** * `kombo.ats.add_application_note()`: * `request.remote_fields.lever` **Added** * `kombo.ats.get_jobs()`: `response.data.results[].hiring_team[].job_roles` **Added** * `kombo.ats.get_users()`: `response.data.results[].system_roles` **Added** * `kombo.assessment.update_order_result()`: * `request.remote_fields.recruitee` **Added** * `kombo.connect.create_connection_link()`: * `request.integration_tool.enum(digitalrecruiters)` **Added**
ba008ed to
03a83bf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Python SDK Changes:
kombo.ats.get_roles(): Addedkombo.ats.add_application_note():request.remote_fields.leverAddedkombo.ats.get_jobs():response.data.results[].hiring_team[].job_rolesAddedkombo.ats.get_users():response.data.results[].system_rolesAddedkombo.assessment.update_order_result():request.remote_fields.recruiteeAddedkombo.connect.create_connection_link():request.integration_tool.enum(digitalrecruiters)AddedView full SDK changelog
OpenAPI Change Summary
View full report
Linting Report
0 errors, 315 warnings, 185 hintsView full report
PYTHON CHANGELOG
core: 6.0.16 - 2026-03-04
🐛 Bug Fixes
core: 6.0.15 - 2026-02-27
🐛 Bug Fixes
core: 6.0.14 - 2026-02-27
🐛 Bug Fixes
enumUnions: 0.1.1 - 2026-03-06
🐛 Bug Fixes
globalServerURLs: 3.2.1 - 2026-02-27
🐛 Bug Fixes
Based on Speakeasy CLI 1.752.0
Note
Medium Risk
Primarily an automated SDK regeneration, but it adds a new ATS endpoint (
get_roles) and extends several request/response models, which may affect downstream typing/serialization and user code expectations.Overview
Bumps the generated Python SDK to
1.0.2and updates Speakeasy generation metadata/lockfiles.Adds a new ATS operation
kombo.ats.get_roles()(sync + async) along with the corresponding request/response models and docs.Extends ATS and related models to expose additional role metadata:
get_jobs()hiring team entries now includejob_roles,get_users()results includesystem_roles, andadd_application_note()/update_order_result()gain newremote_fieldsvariants (lever,recruitee).Expands
connect.create_connection_link()’sintegration_toolenum to includedigitalrecruitersand refreshes generated docs/examples accordingly.Written by Cursor Bugbot for commit 03a83bf. This will update automatically on new commits. Configure here.